home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Vollversion / CamD / development / examples / drum / arrows.h < prev    next >
Text File  |  2000-05-15  |  693b  |  20 lines

  1. /* ======================================================================== *
  2.  *  Arrows.h -- a BOOPSI class implementing increment / decrement arrows
  3.  *                             By Talin.
  4.  *              Copyright © 1991 Sylvan Technical Arts
  5.  * ======================================================================== */
  6.  
  7. #define ARROW_Min           (TAG_USER+1)
  8. #define ARROW_Max           (TAG_USER+2)
  9. #define ARROW_Current       (TAG_USER+3)
  10. #define ARROW_IncreaseRate  (TAG_USER+4)
  11. #define ARROW_MaxRate       (TAG_USER+5)
  12.  
  13.     /* output-only tags */
  14.  
  15. #define ARROW_State         (TAG_USER+7)
  16.  
  17. #define ARROWSTATE_NONE     0
  18. #define ARROWSTATE_DEC      1
  19. #define ARROWSTATE_INC      2
  20.